ComponentOne PDF for .NET
CSJ2K.j2k.wavelet.synthesis Namespace / SubbandSyn Class / SubbandSyn Constructor / SubbandSyn Constructor(Int32,Int32,Int32,Int32,Int32,WaveletFilter[],WaveletFilter[])
The top-level width
The top-level height
The horizontal coordinate of the upper-left corner with respect to the canvas origin, in the component grid.
The vertical coordinate of the upper-left corner with respect to the canvas origin, in the component grid.
The number of levels (or LL decompositions) in the tree.
The horizontal wavelet synthesis filters for each resolution level, starting at resolution level 0.
The vertical wavelet synthesis filters for each resolution level, starting at resolution level 0.

In This Topic
    SubbandSyn Constructor(Int32,Int32,Int32,Int32,Int32,WaveletFilter[],WaveletFilter[])
    In This Topic
    Creates the top-level node and the entire subband tree, with the top-level dimensions, the number of decompositions, and the decomposition tree as specified.

    This constructor just calls the same constructor of the super class.

    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal w As Integer, _
       ByVal h As Integer, _
       ByVal ulcx As Integer, _
       ByVal ulcy As Integer, _
       ByVal lvls As Integer, _
       ByVal hfilters() As WaveletFilter, _
       ByVal vfilters() As WaveletFilter _
    )

    Parameters

    w
    The top-level width
    h
    The top-level height
    ulcx
    The horizontal coordinate of the upper-left corner with respect to the canvas origin, in the component grid.
    ulcy
    The vertical coordinate of the upper-left corner with respect to the canvas origin, in the component grid.
    lvls
    The number of levels (or LL decompositions) in the tree.
    hfilters
    The horizontal wavelet synthesis filters for each resolution level, starting at resolution level 0.
    vfilters
    The vertical wavelet synthesis filters for each resolution level, starting at resolution level 0.
    See Also

    Reference

    SubbandSyn Class
    SubbandSyn Members
    Overload List
    WaveletFilter[],WaveletFilter[])